home *** CD-ROM | disk | FTP | other *** search
/ Web Star/List Star - Eve…he Ultimate Internet Site / StarNine Internet Pubisher (Web Star and List Star)(StarNine)(1995).iso / ListSTAR™ / Tools and Enhancments / Integrating ListSTAR⁄WebSTAR / Address List Editor v1.0 ReadMe next >
Text File  |  1995-08-06  |  3KB  |  55 lines

  1. ListSTAR Address List Editor 1.0
  2.  
  3. The files in this folder will allow you to edit the address lists of a ListSTAR server from the World Wide Web.  The script will subscribe, unsubscribe, and check the address list for subscription entries.  This script requires some knowledge of standard AppleScript, the HyperText Markup Language (HTML) and the Common Gateway Interface (CGI).
  4.  
  5.  
  6. What you Need
  7.  
  8. •  AppleScript as well as the scriptable Finder.  (An install of System 7.5 or later guarantees compatibility, although System 7 Pro may work as well.)  
  9.  
  10. • Version 1.0 or later of both WebSTAR and ListSTAR. 
  11.  
  12. • Scripting Additions
  13. -- Script Tools 1.3.2 Additions
  14. -- ACME Tokenize
  15. -- Decode URL
  16. -- DePlus OSAX
  17.  
  18. These additions are located in the ListSTAR Scripting Tools folder in the Tools and Enhancements folder subfolder of the ListSTAR folder.
  19.  
  20. (NOTE: Some of these scripts are shareware.  You should pay the authors directly for use).
  21.  
  22.  
  23. Customizing the process
  24.  
  25. 1) Move the "Address-List-Editor.html", "Address-List-Editor.acgi", and the "liststar.gif" into your WebSTAR folder. 
  26.  
  27. 2) In the "Address-List-Editor.html" file, change the names which begin with "Test" to names of address lists in your ListSTAR Server.  Use the address list names as they appear in ListSTAR's Address List Interface.  It has been reported that if the Address List Name is less than 6 characters in length an incomplete event will occur.  These "Test" lines can be duplicated to add support for additional lists.
  28.  
  29. 3) Open the "Address-List-Editor.acgi" script with Apple's Script Editor and edit the values indicated at the beginning of the script.  For example change
  30.  
  31.               if listname is "Test List 1" then set listname to "Test 1 Service Name"
  32. to
  33.                      if listname is "Listserv Demo List" then set listname to "Listserver Demo"
  34.  
  35. Scroll through the script until you see "Comment B."  Edit the next few lines so that they match the number of Address lists that you wish to edit via the WWW.  For example change
  36.  
  37.                 else if currname = "Test List 1" then
  38.                              set thelists to thelists & {currname}
  39. to
  40.                    else if currname = "Listserv Demo List" then
  41.                                 set thelists to thelists & {currname}
  42.  
  43. When you are done editing, select "Save As..." from the "File" menu and choose application from the popup menu.  Check the two checkbox's for "Never Show Startup Screen" and "Stay Open".
  44.  
  45.  
  46. Going further
  47.  
  48. If you are interested in customizing further or learning more about cgi's and AppleScript, check out Jon Wiederspan's tutorials included on this CD or via the Web:
  49. http://www.uwtc.washington.edu/Computing/WWW/Lessons/CGIScripts.html
  50.  
  51. If you have any problems or questions, contact StarNine Support <support@starnine.com>.  Unfortunately, we cannot support any further customization of this script.  See the ListSTAR Scripts ReadMe for more sources of information.
  52.  
  53.  
  54. ©1995 StarNine Technologies
  55.